public PM_PromotorInRetailerBLL(int id, bool bycache)
     : base(DALClassName)
 {
     _dal = (PM_PromotorInRetailerDAL)_DAL;
     FillModel(id, bycache);
 }
 ///<summary>
 ///PM_PromotorInRetailerBLL
 ///</summary>
 public PM_PromotorInRetailerBLL()
     : base(DALClassName)
 {
     _dal = (PM_PromotorInRetailerDAL)_DAL;
     _m   = new PM_PromotorInRetailer();
 }