A: 

Just put another button in the first view and move your code of goToFirstView to the FirstView controller. Then, change where you coded [self.view removeFromSuperview]; by a [secondView.view removeFromSuperview];

I suggest you to read some tutorials of how the views and viewcontrollers are designed in iPhone.

Angel García Olloqui
thank you very much!!!, this help me, change where you coded [self.view removeFromSuperview]; by a [secondView.view removeFromSuperview];thanks again :)
Sania