public void Clean()
 {
     MyListBox.Items.Clear();
     MyListBox.DataBind();
     ingridientsList.Clear();
 }