public
 
virtual
 ISet
<
Plant
>
 Plants
{
    

get
 { 
return
 _plant; }
    

set
 { _plant 
=
 value; }
}

private
 ISet
<
Plant
>
 _plant;