public async Task <IEnumerable <xcuda_Border_information> > Searchxcuda_Border_information(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Border_informationService())
     {
         return(await ctx.Getxcuda_Border_informationByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }