public IEnumerable <Client> GetByLastName(string lastname) { return(_clientdao.GetByLastName(lastname)); }