private void detach_tbl_usersGiphies(tbl_usersGiphy entity)
 {
     this.SendPropertyChanging();
     entity.tbl_categoriesByUser = null;
 }
 partial void Updatetbl_usersGiphy(tbl_usersGiphy instance);
 partial void Deletetbl_usersGiphy(tbl_usersGiphy instance);
 partial void Inserttbl_usersGiphy(tbl_usersGiphy instance);