public TenthFrame()
 {
     Rolls = new Roll[3];
 }
 public Frame()
 {
     Rolls = new Roll[2];
 }