public Main2() { InitializeComponent(); _lstPage = _bus.GetAllPage(); _lstGroup = _bus.GetAllGroup(); _lstForm = _bus.GetAllForm(); InitForm(); }