public IHttpActionResult CheckIfTheApartmentIsAvailableOnTheRequeftedDate(DateTime startDate, DateTime endDate, int apartmentId) { return(Ok(orderBL.CheckIfTheApartmentIsAvailableOnTheRequeftedDate(startDate, endDate, apartmentId))); }