public async Task <IHttpActionResult> GetReservationsByFacilityId(int id) { return(Ok(svc.GetReservationsByFacilityId(id))); }