public IEnumerable <string> GetAllRoomTypes()
 {
     return(_repo.GetAllRoomTypes());
 }