public async Task <EmployeeLeavesUpdateResult> Put(int id, EmployeeLeavesUpdateParameters parameters)
 {
     return(await _employeeLeaveService.Update(id, parameters));
 }