public InventoryManagementBC()
        {
            List <String> Assembly = new List <String>();

            Assembly.Add("INSIGHT.Entities.InventoryManagementEntities");
            PSF  = new PersistenceServiceFactory(Assembly);
            SPSF = new ProjectSpecificPSF(Assembly);
        }
        public InvoicBC()
        {
            List <String> Assembly = new List <String>();

            Assembly.Add("INSIGHT.Entities");
            Assembly.Add("INSIGHT.Entities.TicketingSystem");
            PSF  = new PersistenceServiceFactory(Assembly);
            SPSF = new ProjectSpecificPSF(Assembly);
        }