public IHttpActionResult Checkifhorsework(int?id = null, string start = null, string end = null) { return(Ok(HorsesService.CheckIfHorseWork(id, start, end))); }