public List <Mission> FindAll(string CurrentUsername) { List <Mission> MissionLists = MissionRepository.FindAll(); return(MissionLists); }