private void Checking_A()
 {
     foreach (Book VARIABLE in singelton.GetBooks)
     {
         VARIABLE.Checking_Author();
     }
 }