public void DeleteProject(int code, string username, string password)
 {
     IManager<Project> business = new ProjectBusiness();
     business.Delete(code, username, password);
 }