public override void Dispose()
 {
     timeBox.Dispose();
     typLabel.Dispose();
     cbTyp.Dispose();
     base.Dispose();
 }