public int Put(Employee changeEmployee) { ClaimsPrincipal p = Request.GetRequestContext().Principal as ClaimsPrincipal; return(EmployeeDA.ChangeEmployee(changeEmployee, p.Claims)); }