private void OnDeleteTapped(object obj) { var content = obj as OffersModel; CollectionsList.Remove(content); }