//ContractWBS
 public int AddContractWBS(ContractWBS ContractWBS)
 {
     return(_iProjectRepository.AddContractWBS(ContractWBS));
 }