private void SetupProjects() { m_projs = OperationsReadOnly.GetAllProjects(); m_projsRetrieved = DateTime.Now; dgProjects.DataSource = m_projs; }