public void EditItem(UserUrl url)
 {
     _db.Entry(url).State = Microsoft.EntityFrameworkCore.EntityState.Modified;
 }