public HospitalDTO Get_Data(string hos_Id) { var objReturn = _service.GetData(hos_Id); return(objReturn); }