private SelectElement options;
public SelectElement Options
{
get
{
SelectElement options = new SelectElement(Suffix);
return options;
}
set { options = value; }
}
//suffix is the pageobject