public List <CMS_Photos_LayTatCa_Result> Search(string keyWord, int type) { try { List <CMS_Photos_LayTatCa_Result> lData = MyContext.CMS_Photos_LayTatCa(type, keyWord).ToList(); return(lData); } catch (Exception ex) { Logs.WriteLog(ex); throw; } }