public IHttpActionResult DeleteAction(int Id) { IRepositoryService service = new DefaultService(); return(Json(service.DeleteAction(Id))); }