public UserAddressRepository(INeighborstashContext neighborstashContext) : base(neighborstashContext)
 {
 }
 public BaseRepository(INeighborstashContext nsContext)
 {
     _nsContext = nsContext;
 }