public function setCrmCustomerGroups($crmCustomerGroups)
 {
     $this->_load();
     return parent::setCrmCustomerGroups($crmCustomerGroups);
 }