public static int AddNewCollege(string collegeName) { return(ParticipantRepository.AddNewCollege(collegeName)); }