public UserRepository(DullStarDevEntities context)
 {
     _context = context;
 }
 public UserRepository()
 {
     _context = new DullStarDevEntities();
 }