/**
  * @return $this
  */
 public function control()
 {
     $this->andWhere([User::tableName() . '.group' => $this->module->accessGroupsToControlpanel]);
     return $this;
 }