public IHttpActionResult getEvents(int eventID, int pageType) { Event eventFound = events.FindEvent(eventID, pageType); return(Ok(eventFound)); }