public ActionResult Index()
 {
     return(View(_roomLogic.GetRoomTypesAndBookingTypes()));
 }