protected function defineRelationships()
 {
     parent::defineRelationships();
     $this->declareOneToManyRelationships(["Communication" => ["Items" => "CommunicationItem.CommunicationID"]]);
 }