public function getDropDownArray()
 {
     return EmailMessageRecipient::getRecipientTypesArray();
 }
 /**
  * @return array
  */
 protected static function resolveDropDownArray()
 {
     return EmailMessageRecipient::getRecipientTypesArray();
 }