//GET api/Events/GetEventsByAge public IHttpActionResult GetEventsByAge(string age) { return(Ok(_eventRepo.GetEventsByAge(age))); }