private static void HandleSyntaxErrorException(SyntaxErrorException syntaxErrorException)
{
ShowExceptionDialog(syntaxErrorException, "�������������� ������ � ����������� ���� ������ ������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
}