private async void SendOperToDb(int computerId, DateTime?poolDate)
 {
     await MQueryCommand.TryInsertNewOperationByUserAsync(computerId, _operationType, MainForm.UserId, poolDate);
 }