private bool LeaveRequestExists(long id)
 {
     return(leaveRequestRepository.GetExit(id));
 }