public JsonResult Update(ContractVM vm)
 {
     contractsMng.Update(vm);
     return(Json(new { }, JsonRequestBehavior.AllowGet));
 }