public Bed GetBedsById(long id)
 {
     return(_bedRepository.GetBedsById(id));
 }