public async Task <bool> DeleteCheckInAsync(int Id) { return(await _checkInRepository.DeleteAsync(Id)); }