public bool IsDuplicateContractorName(string contractorName)
 {
     return(repository.Exists(contractorName));
 }