private bool LeaveTypeExists(long id)
 {
     return(leaveTypeRepository.GetExit(id));
 }