I was looking out for the way to get list of objects (properties of class) and paste it to the some controls by searching only name .how can I do taht I used this snipped:
$('#applicant').autocomplete({
source: '/Home/GetApplicant'
});

According jQuery UI documentation
I'm attaching you an example.
Your input tag has to have the attribute id="tags".