public int DeleteByOrganization(string organization) { return(dal.DeleteByOrganization(organization)); }