public List <Student> GetByCountry(int?countryId) { return(_studentGetway.GetByCountry(countryId)); }