public string Put(string _id, HospitalDataDTO value)
 {
     return(_hospitalBD.Put(_id, value));
 }