override public bool HandleCreateNew() { try { _presenter.ClearAll(); _model.IsEditingStatus = true; tbBardCode.Focus(); tbID.Text = "Mã tự động"; _isCreating = true; return(true); } catch (Exception exc) { AppLogger.logError(exc); return(false); } }