public ActionResult ClearProject() { ProjectManagementService.ClearProject(_currentProjectId); return(null); }