public static bool SetStore(string storeAlias)
 {
     return(StoreHelper.ChangeStore(storeAlias));
 }