public ProjectEntity AddProject(ProjectEntity _Project) { var ProjectDAC = new ClientDAC(); return(ProjectDAC.AddProject(_Project)); }