public ContractInput GetContractForEdit(int id)
 {
     return(contractAppService.GetContractForEdit(id));
 }