public ActionResult ApplyFixedAssetAddView()
        {
            GridModule gs = new GridModule();
            GridPanel  gm = gs.gf;

            gm.AddTo(this.GetCmp <FormPanel>("storeform"));
            this.GetCmp <FormPanel>("storeform").SetActive(true);
            ViewBag.audit = cw.SetCombox(checkname);
            return(View());
        }