public List <Knight> GetKnightsHaveAMount()
 {
     return(SelectData.SelectKnightsHaveAMount());
 }