public int Edit(Explanation model) { return(dal.Edit(model)); }
public int Edit(Explanation explanation) { return(em.Edit(explanation)); }