public IEnumerable <Room> GetRoomsByRoomType(string roomType)
 {
     return(_repo.GetRoomsByRoomType(roomType));
 }