public SubscriptionService()
 {
     if(db == null)
     {
         db = new SchoolContext();
     }
 }
 public SignatureService()
 {
     if(db == null)
     {
         db = new SchoolContext();
     }
 }