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