private CreateProject CreateNewProject() { CreateProject cp = new CreateProject(); cp.ShowDialog(); return(cp); }