public void AddFrame(Texture2D _image) { FrameList frame = new FrameList(); frame.Frame = _image; frameList.Add(frame); }