public void Remove() { var first = new Vectors(_image, "firstVector"); _image.AddVectors(first, -1); _image.RemoveVectors(first); }