public bool Update(E_Model.Student model) { return(dal.Update(model)); }
public bool Add(E_Model.Student model) { return(dal.Add(model)); }