public async Task <bool> CancelMeAsync(int id, int employeeId) { return(await _leaveRepository.CancelAsync(id, employeeId, 0)); }