public static function getActiveOrgRecords()
 {
     $orgData = new FM_Models_FM_Orgdata();
     $activeOrgs = $orgData->getActive();
     return count($activeOrgs) ? $activeOrgs : false;
 }