public IQueryable <Leave> GetLeaveInfo()
 {
     return(leaveDAL.LoadEntities(u => true));
 }