public void MarkAsModified(Ispit item)
 {
 }
 public void MarkAsModified(Ispit item)
 {
     Entry(item).State = EntityState.Modified;
 }