public IEnumerable <HospitalDTO> Get_List() { var objReturn = _service.GetList(); return(objReturn); }