public function removeMember($mid, $id)
 {
     return $this->service->removeMember($mid, $id);
 }