public EditTipoVehiculoForm(TipoVehiculoForm tip)
 {
     InitializeComponent();
     this.tipoVehiculo = tip;
 }
 public CreateTipoVehiculoForm(TipoVehiculoForm tip)
 {
     InitializeComponent();
     this.tipoVeh = tip;
 }