public async Task <IEnumerable <DriverDAL> > GetByDate(DateTime dt)
 {
     return(await _db.SelectMinMaxByDate(dt));
 }