public Task <EmployeeEducationDetailModel> UpdateAsync(EmployeeEducationDetailModel entity)
 {
     throw new NotImplementedException();
 }
 public EmployeeEducationDetailModel Update(EmployeeEducationDetailModel entity)
 {
     throw new NotImplementedException();
 }