public FormHotelRoomType()
        {
            InitializeComponent();
            Dictionary <string, TextBox> textBoxs = new Dictionary <string, TextBox>();

            controller = new ControllerHotelRoomType(dgv, bNav, textBoxs, cbHotel, cbRoomType);
            controller.FillColumns();
        }