public JsonResult <ResponseBase <TBL_SLI_CONTINENT> > Update(TBL_SLI_CONTINENT country)
 {
     return(Json(service.Update(country)));
 }
 public JsonResult <ResponseBase <TBL_SLI_CONTINENT> > Insert(TBL_SLI_CONTINENT country)
 {
     return(Json(service.Insert(country)));
 }