// Create functions here.
 public bool grantTypeContains(bool truthVal)
 {
     return(GrantType.Contains(truthVal));
 }