public ActionResult SetsAutocompleteSearch(string term)
 {
     return(Json(CommonMethods.AutocompleteSearch <SetEntity>(term), JsonRequestBehavior.AllowGet));
 }