public string Delete(string _id)
 {
     return(_hospitalBD.Delete(_id));
 }