private static void HandleRowNotInTableException(RowNotInTableException rowNotInTableException) { ShowExceptionDialog(rowNotInTableException, "���� ������� ������� � ������ ������ � �������, ������� �� �� �����������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true); }