public Gestion()
 {
     _gestionIdentifica = new Src.Identificacion.Gestion();
     _gestionPrincipal  = new Src.Principal.Gestion();
 }
 public void setControlador(Gestion ctr)
 {
     _controlador = ctr;
 }