function removeLang($lang_id)
 {
     return $this->repo->remove($lang_id);
 }