public bool Add(Student student) { return(_studentGetway.Add(student)); }
public int Add(Student aStudent) { return(_studentGetway.Add(aStudent)); }