public function getCargosProcesso()
 {
     return $this->hasMany(CargosProcesso::className(), ['processo_id' => 'id']);
 }