public ServiceAllocationsRepository()
 {
     context = new ServiceAllocationsContext();
 }
 public ServiceAllocationsRepository(ServiceAllocationsContext context)
 {
     this.context = context;
 }