public async Task <ICollection <OverTime> > GetOverTimeList() { try { var res = await _repository.GetOverTimesList(); return(res); } catch (Exception ex) { throw ex; } }