/**
  * Function called to load the forms for an organization
  *
  * @return 		Returns an array of form names indexed by form ids
  */
 public function _load_forms()
 {
     $this->data['forms'] = PSU_OrgSync::get_forms($this->data['id']);
     return $this->data['forms'];
 }