public override void RowSelected(UITableView tableView, NSIndexPath indexPath)
			{
				pspv = new ProductsStorePricesView ();
				pspv.setData (ProductsInListView.list_id, tableItems [indexPath.Row].id, tableItems[indexPath.Row].nombre);
				controller.NavigationController.PushViewController (pspv, true);
			}