public bool EditSwimTime(SwimTime editing) { if (ValidateSwimTime(editing)) { return(Repository.EditSwimTime(editing)); } else { return(false); } }