Solved! 
In Form father in contrutor method, has the following command: 
InitializeComponent (); 
this.Visible = false; <------ 
The method. He calls the checksecurity visible, but the key is empty because the form has not been initialized. 
Removed the visible, everything OK
 
Tanks boys~!