public EntityBL() { _userDAL = new UserDAL(); _goodDAL = new GoodDAL(); _feedBackDAL = new FeedBackDAL(); _categoryDAL = new CategoryDAL(); }