public FormAddVehicle(GarageCollection garageCollection, RentalCollection rentalCollection, MovementCollection movementCollection, User user, Button clickedBttn) { InitializeComponent(); this.garageCollection = garageCollection; this.rentalCollection = rentalCollection; this.movementCollection = movementCollection; this.user = user; this.clickedBttn = clickedBttn; maskDomain.ReadOnly = false; txtBrand.ReadOnly = false; maskDomain.ReadOnly = false; txtModel.ReadOnly = false; cmbTypeOfVehicle.Enabled = true; bttnAdd.Enabled = true; lblMonth.Visible = false; numMonth.Visible = false; lblOwner.Visible = false; txtOwner.Visible = false; }