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