using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.Common; using System.Data.SqlClient; using DAL; using Model; namespace BLL { public class ObjectStore { //public static ObjectStore TheInstance = new ObjectStore();