public function getReciver()
 {
     return $this->embeddedOne(oOrganization::className(), 'reciver');
 }
 public function getExecutor()
 {
     return $this->hasOne(oOrganization::className(), 'executor');
 }