public ContractForViewDto GetContractForView(int id)
 {
     return(contractAppService.GetContractForView(id));
 }