void frmLocations_Load(object sender, EventArgs e)
        {
            FillDriverNoComboIfNull();
            ComboFunctions.FillCompany_AllCombo(ddlAccount);

            if (objMaster.Current == null)
            {
                OnNewAllocation();
            }
        }
        public frmComplaint(int Id, bool IsHide)
        {
            InitializeComponent();
            InitializeConstructor();


            grdLister.ShowRowHeaderColumn = false;

            ComboFunctions.FillCompany_AllCombo(ddlAccount);


            objMaster.GetByPrimaryKey(Id);
            DisplayRecord();
            radPanel2.Enabled  = false;
            grdLister.Enabled  = false;
            btnOnNew.Enabled   = false;
            IsHidePopulateDate = IsHide;
        }