public void Romove(MyPicture tempGif) { base.InnerList.Remove(tempGif); }
public void add(MyPicture tempGif) { base.InnerList.Add(tempGif); }