public EquiposController()
 {
     KeroseneConection kc = new KeroseneConection();
     kConnection = kc.Conection();
 }
 public PartidosController()
 {
     KeroseneConection kc = new KeroseneConection();
     kConnection = kc.Conection();
 }