private void Dispose(bool disposing)
 {
     if (disposing)
     {
         _cut.Dispose();
     }
 }