public static function get_all_countries()
 {
     return MVC_DB::query_it('SELECT * from countrycodes;');
 }
 public static function get_all_occupations()
 {
     return MVC_DB::query_it('SELECT * from occupations;');
 }