private void ShowDeleteProjectDialog(ProjectViewModel proj)
 {
     DeleteDialog = _Factory.CreateDeleteProjectDialog(proj);
 }