I wanted to know it there's a possibility to store data to a NSMutableArray after the user presses an UIButton. 
The thing here is that the button is in another view controller than the array. I have a TestViewController where i added a buttonPressed: which will send the produkt name "Tubolit Schläuche" to an NSMutableArray in FirstViewController. 
How can I do this?