public static Contact GetContactForEmail(string email, int clubId) { return(ContactDAL.GetContactForEmail(email, clubId)); }