public IHttpActionResult GetById(int id)
 {
     return(Json(_service.GetById(id)));
 }