public CategoryDAL()
 {
     _database = new SCADatabase();
 }
 public ProductsDAL()
 {
     _database = new SCADatabase();
 }