public IList <string> SearchEntities(string search)
 {
     return(_service.SearchEntities(search));
 }