public CommonController(IStoreInfoService _storeInfoService)
 {
     storeInfoService = _storeInfoService;
 }