public ConfiguracionCrudFactory() : base() { mapper = new ConfiguracionMapper(); dao = SqlDao.GetInstance(); }