private void удалитьToolStripMenuItem_Click(object sender, EventArgs e)
 {
     RawMatData.Rows.RemoveAt(General.GetRowIndex(RawMatData));
     General.SetRowIndex(RawMatData);
 }