public void Add(AStore t)
 {
     context.Add(mapper.Map(t, context));
     context.SaveChanges();
 }