public static List <Person> SelectAll()
 {
     return(PersonMapper.SelectAll());
 }