public List <GoodsMOD> FindLike(string text)
 {
     return(gd.FindLike(text));
 }