public bool DeletLeaveType(int Id)
 {
     return(_leaveTypeService.DeletLeaveType(Id, GetToken(HttpContext)));
 }