public XytxBLL(AppUser workUser) { this.WorkUser = workUser; DAL = new XytxDAL(); DAL.DB = new DatabaseOperator(); }