public AddEmployeeViewModel(dhEmployee objEmp)
 {
     this.ObjAddEdit      = new dhEmployee();
     this.MyModuel        = Globalized.ActiveModule(this.db, MyName, 0);
     this.EmployeeAccount = Globalized.GetAccountByMdule(this.db, objEmp.IEmpid, MyModuel.IModuleID);
 }
        // constructor

        public AddEmployeeViewModel()
        {
            this.ObjAddEdit = new dhEmployee();
            this.MyModuel   = Globalized.ActiveModule(this.db, MyName, 0);
        }