internal Organization GetById(int?id) { Organization organization = organizationDal.GetById(id); return(organization); }