//tafels
 public List <Tafel> GetTafels()
 {
     return(_controller.GetTafel());
 }