public static FactoryCalculadoresPrecio GetInstance()
 {
     if (instance == null)
     {
         instance = new FactoryCalculadoresPrecio();
     }
     return(instance);
 }
 public static FactoryCalculadoresPrecio GetInstance()
 {
     if (instance == null)
         instance = new FactoryCalculadoresPrecio();
     return instance;
 }