/**
  * Retrieve the current MinistryPlatform instance
  * 
  * @return MinistryPlatform
  */
 public function getMpInstance()
 {
     return $this->table->getMpInstance();
 }