public List <Models.BedModel> GetAllBedsInIcu(string id)
 {
     return((List <Models.BedModel>)_bedRepository.GetAllBedsFromAnIcu(id));
 }