public string ArchiveProject() { dbConnection.ArchiveProject(SelectedItem); return(SelectedItem.ProjectName + " er nu arkiveret"); }