public BLExcepciones(IUnityContainer container) { this.ContainerService = container; Loader = new BusinessEntityLoader <Excepciones>(); Excepciones Item = new Excepciones(); Loader.EntityType = Item.GetType(); }