private void _formatsView_UserDeletedRow(object sender, DataGridViewRowEventArgs e) { PaperFormat format = e.Row.Tag as PaperFormat; PriceManager.RemovePaperFormat(format); ValidateCells(null); }