public BaseRepository(MesjidDbContext dbContext)
 {
     db = dbContext;
 }
 public BaseRepository()
 {
     db = new MesjidDbContext();
 }