public function addAction()
 {
     //$this->_helper->layout()->disableLayout();
     $frm = new customer_Form_FrmCustomer();
     $this->view->form = $frm->Frmcustomer();
 }
 function editAction()
 {
     $frm = new customer_Form_FrmCustomer();
     $this->view->form = $frm->Frmcustomer();
 }