namespace HL_FristAidPlatform_Help
{
public class HospitalModel
public string Name { get; set; }
public string GUID { get; set; }
}