public Tuple <bool, string> removeStore(string userName, int storeId) { return(storeManagment.removeStore(userName, storeId)); }