public SeguradoRepositoryAsync(InsurSoftContext context)
 {
     _context = context;
 }
 public ApoliceRepositoryAsync(InsurSoftContext context)
 {
     _context = context;
 }