public bool AddLeave(Leave leave)
 {
     return(leaveDAL.AddEntity(leave));
 }