public ActionResult Unique(string field) { var result = EmployeeRepository.AllComplete().Distinct(new EmployeeComparer(field)); return(this.Jsonp(result)); }