public List <SwimTime> ListAllSwimTime() { List <SwimTime> ret; // Database logic ret = Repository.ListAllSwimTime(); return(ret); }