// GETDelete/5
 public ActionResult Delete(int id)
 {
     _schemeService.DeleteRecord(id);
     return(Json(JsonRequestBehavior.AllowGet));
 }