public AuthService(SanStudentContext ctx)
 {
     context = ctx;
 }
 public MainPageService(SanStudentContext ctx)
 {
     context = ctx;
 }
 public AdminService(SanStudentContext ctx)
 {
     context = ctx;
 }