public ActionResult RemoveDeclarantId(Guid contractId)
 {
     obkRepo.DeleteDeclarant(contractId);
     return(Json(true));
 }