private void RefreshDGVSource() { DGVArticles.DataSource = _articalLogic.GetAllArticles(); DGVArticles.RefreshEdit(); }