public DataTable BLL_GetEntranceLogS(DateTime start, DateTime end) { return(db.GetEntranceLogS(start, end)); }